home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Main.dxr / 00014_play movie 11 continue.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  152 b   |  9 lines

  1. on exitFrame
  2.   if the movieRate of sprite 11 then
  3.     go(the frame - 5)
  4.   else
  5.     set the movieTime of sprite 11 to 0
  6.     enterLeafMenu()
  7.   end if
  8. end
  9.